widget: Set the allocation via gtk_widget_set_allocation()
authorBenjamin Otte <otte@redhat.com>
Sat, 20 Dec 2014 19:39:31 +0000 (20:39 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 20 Dec 2014 19:41:18 +0000 (20:41 +0100)
commit42a6ae6c6c54ddf2f1c0836ed2e67180c0617c0a
treeb8eaae20ae79c71cd76177967bf7dbbeccdc9269
parent631688cf6457332e13ffdd1f9c18f3be3bc584c2
widget: Set the allocation via gtk_widget_set_allocation()

There is no good reason to assign the value directly.

Also, this fixes d23f3254b7fcef0fc57739ce5cd548742870b119
where widgets that chained up instead of calling
gtk_widget_set_allocation() would not draw becaues of empty clip.
gtk/gtkwidget.c